-
Notifications
You must be signed in to change notification settings - Fork 23
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[SDP-928] serve/anchor: Make receiver registration handler tenant aware #117
[SDP-928] serve/anchor: Make receiver registration handler tenant aware #117
Conversation
stellar-disbursement-platform-backend-preview is available here: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
stellar-disbursement-platform-backend-preview is available here: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Co-authored-by: Caio Teixeira <[email protected]>
stellar-disbursement-platform-backend-preview is available here: |
What
Upgrade Anchor to use version 2.4.0 which includes the following change
Change
SEP24QueryTokenAuthenticateMiddleware
andSEP24HeaderTokenAuthenticateMiddleware
to parse the home domain from the SEP24 token claims.Why
The home domain will be used to determine which tenant we're targeting.
Loading the tenant in the request’s context, will allow the MultiTenantDataSourceRouter to select the correct tenant.
Known limitations
N/A
Checklist
PR Structure
Thoroughness
Configs and Secrets
values.yaml
file.pr-preview
,dev
,demo
,prd
).values.yaml
file.pr-preview secrets
,dev secrets
,demo secrets
,prd secrets
).Release
develop
ormain
after it's ready for production!Deployment